From: Antonio Valentino Date: Sun, 18 Aug 2024 09:59:35 +0000 (+0000) Subject: Build with numpy 1.x X-Git-Tag: archive/raspbian/3.11.0-3+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22stanciumarius94%40gmail.com//%22mailto:i18n-csb%40linuxcsb.org/%22/%22http:/www.example.com/%22stanciumarius94%40gmail.com/%22mailto:i18n-csb%40linuxcsb.org/%22?a=commitdiff_plain;h=e3364261a0a012a45894ecc86e12dc28b45d8ecb;p=pytables.git Build with numpy 1.x Forwarded: not-needed Gbp-Pq: Name 0006-Build-with-numpy-1.x.patch --- diff --git a/pyproject.toml b/pyproject.toml index 4b3ac59..c0ccf0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ # Please refer to https://github.com/PyTables/PyTables/issues/1200 # If you change this to build with `numpy` 1, please update `numpy` in `dependencies` as well # "numpy >= 1.20.0,<2", - "numpy >= 2", + "numpy", "packaging", "py-cpuinfo", "Cython >= 3.0.11",